home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WarriorsProgress.sit / Warrior’s Progress / source code / Source / Libraries / Errors / ConfigureOSErrorDebugging.h next >
Text File  |  1997-06-28  |  202b  |  11 lines

  1. // ConfigureOSErrorDebugging.h
  2.  
  3. enum
  4.   {
  5.     displayExplicitErrors = true,
  6.     displayCancelledErrors = true,
  7.     displayDuplicateErrors = true,
  8.     displayDestroyedErrors = true,
  9.     displayThrownErrors = false
  10.   };
  11.